G M: Restore the ability for libcxx to compile again on mingw 64. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@190837 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/algorithm b/include/algorithm index e3b0882..367489f 100644 --- a/include/algorithm +++ b/include/algorithm
@@ -631,6 +631,9 @@ #if defined(__IBMCPP__) #include "support/ibm/support.h" #endif +#if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__) +#include "support/win32/support.h" +#endif #include <__undef_min_max>